home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / net / tf02.lha / TinyFugue / tf-lib / kb-emacs.tf < prev    next >
Text File  |  1995-08-12  |  1KB  |  40 lines

  1. ;;;; emacs style keybindings for TinyFugue
  2.  
  3. /~loaded bind-emacs.tf
  4.  
  5. /def -i -b"^a"        = /dokey_home
  6. /def -i -b"^b"        = /dokey_left
  7. /def -i -b"^d"        = /dokey_dch
  8. /def -i -b"^e"        = /dokey_end
  9. /def -i -b"^f"        = /dokey_right
  10. /def -i -b"^j"        = /dokey newline
  11. /def -i -b"^k"        = /dokey_deol
  12. /def -i -b"^l"        = /dokey redraw
  13. /def -i -b"^n"        = /dokey recallf
  14. /def -i -b"^p"        = /dokey recallb
  15. /def -i -b"^v"        = /dokey page
  16. /def -i -b"^?"        = /dokey_bspc
  17. /def -i -b"^hm"        = /visual
  18. /def -i -b"^hb"        = /list -ib
  19. /def -i -b"^h?"        = /help
  20. /def -i -b"^h^h"    = /help
  21. /def -i -b"^x^b"    = /listsockets
  22.  
  23. /if ( systype() =~ "unix" ) \
  24.     /def -i -b"^x^d"    = /quote -S -decho !ls -FC%; \
  25. /elseif ( systype() =~ "os/2" ) \
  26.     /def -i -b"^x^d"    = /quote -S -decho !dir%; \
  27. /endif
  28.  
  29. /def -i -b"^x1"        = /visual off
  30. /def -i -b"^x2"        = /visual on
  31. /def -i -b"^xk"        = /dc
  32. /def -i -b"^[!"        = /sh
  33. /def -i -b"^[>"        = /dokey flush
  34. /def -i -b"^[b"        = /dokey wleft
  35. /def -i -b"^[f"        = /dokey wright
  36. /def -i -b"^[n"        = /dokey socketf
  37. /def -i -b"^[p"        = /dokey socketb
  38. /def -i -b"^[v"        = /dokey insert
  39. /def -i -b"^[^?"    = /kb_backward_kill_word
  40.